github.com/andybalholm/brotli.contextBlockSplitter.alphabet_size_ (field)
5 uses
github.com/andybalholm/brotli (current package)
metablock.go#L274: alphabet_size_ uint
metablock.go#L296: self.alphabet_size_ = alphabet_size
metablock.go#L354: last_entropy[i] = bitsEntropy(histograms[i].data_[:], self.alphabet_size_)
metablock.go#L380: entropy[i] = bitsEntropy(histograms[curr_histo_ix].data_[:], self.alphabet_size_)
metablock.go#L386: combined_entropy[jx] = bitsEntropy(combined_histo[jx].data_[0:], self.alphabet_size_)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |